object Form4: TForm4 Left = 155 Top = 113 BorderIcons = [] BorderStyle = bsDialog Caption = 'Please Wait' ClientHeight = 159 ClientWidth = 272 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Icon.Data = {} OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Gauge1: TGauge Left = 8 Top = 102 Width = 257 Height = 17 Color = clRed ForeColor = clRed ParentColor = False Progress = 0 end object Label1: TLabel Left = 8 Top = 60 Width = 225 Height = 13 AutoSize = False Caption = 'Waiting' WordWrap = True end object Gauge2: TGauge Left = 8 Top = 80 Width = 257 Height = 17 ForeColor = clRed Progress = 0 end object Label2: TLabel Left = 232 Top = 60 Width = 32 Height = 13 Alignment = taRightJustify AutoSize = False end object Animate1: TAnimate Left = 0 Top = 0 Width = 272 Height = 60 Active = False CommonAVI = aviCopyFiles StopFrame = 34 end object Button1: TButton Left = 100 Top = 128 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 8 Top = 131 Width = 57 Height = 21 Caption = 'Minimize' TabOrder = 2 OnClick = Button2Click end end